Vcenter Tagging Categories Info

Vcenter Tagging Categories Info
Vcenter Tagging Categories Info

The Vcenter Tagging Categories Info schema contains the category Name

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "name": "string",
    "description": "string",
    "cardinality": "string",
    "associable_types": [
        "string"
    ],
    "used_by": [
        "string"
    ]
}
string
name
Required

The name of the category.

This property was added in vSphere API 9.0.0.0.

string
description
Required

The description of the category.

This property was added in vSphere API 9.0.0.0.

string
cardinality
Required

The associated cardinality (Cardinality) of the category.

For more information see: Vcenter Tagging Categories Info Cardinality.

This property was added in vSphere API 9.0.0.0.

array of string
associable_types
Required

The types of objects that the tags in this category can be attached to. If the set is empty, then tags can be attached to all types of objects.

This property was added in vSphere API 9.0.0.0.

array of string
used_by
Required

The set of users that can use this category.

This property was added in vSphere API 9.0.0.0.